﻿::-webkit-scrollbar {
  width: 4px;
  height: 4px
}

::-webkit-scrollbar-track {
  background: #ddd;
  border-radius: 5px;
}

::-webkit-scrollbar-thumb {
  background: #cc2127;
  border-radius: 5px;
}

.banner_box {
  width: 100%;
  height: 100vh;
  position: relative;
  z-index: 1;
  opacity: 0;
  transition: all 0.5s;
  margin: 0 auto;
}

.banner_box.showdiv {
  top: 0;
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.index_home {
  height: 100%;
  overflow: hidden;
  padding: 0;
  margin: 0 auto;
  background: #f5f5f7;
}

.fix-top {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  overflow: hidden;
  overflow-y: scroll;
  transform: translate3d(0, 100vh, 0);
  transition: 1s;
}

.fix-top.showdiv {
  top: 0;
  transform: translate3d(0, 0, 0);
}

.banner_nr {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
}
.banner_nr .search_box {
  position: absolute;
  top: 0;
  left: 0;
  background-color: transparent;
  height: 42px;  
  z-index: 10;
  width: 100%;
  overflow: hidden;
}
.banner_nr .search_box .hello {
  height: 42px;
  line-height: 42px;
  color: #fff;
}

.banner_nr .search_box ul {
  height: 41px;
  line-height: 42px;
  width: 262px;
  border-bottom: 1px solid #fff;
  position: relative;
}
.banner_nr .search_box ul form {
  float: left;
}

.banner_nr .search_box ul input {
  background: transparent;
  color: #fff;
  font-size: 18px;
}
.banner_nr .search_box ul input::-webkit-placeholder {
  color: #fff;
}
.banner_nr .search_box ul input::-moz-placeholder {
  color: #fff;
}
.banner_nr .search_box ul input::placeholder {
  color: #fff;
}

.banner_nr .search_box ul button {
  float: right;
  width: 35px;
  height: 24px;
  cursor: pointer;
  -webkit-appearance: none;
  border: 0;
  background-image: url(../images/ss_ico.png);
  background-color: transparent;
  margin-top: 10px;
}

.banner_nr .banner {
  width: 100%;
  height: 100vh;
  margin-top: -20px;
  position: relative;
}

.banner_nr .banner .swiper-container {
  width: 100%;
  height: 100%;
}

.banner_nr .banner .swiper-slide img {
  width: 100%;
  height: auto;
  min-height: 100%;
  transition: 1s linear 2s;
  transform: scale(1, 1);
}

.banner_nr .banner .swiper-slide-active img,
.banner_nr .banner .swiper-slide-duplicate-active img {
  transition: 6s linear;
  transform: scale(1.1, 1.1);
}

.banner_nr .banner_con {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  /* background: salmon; */
}


.banner_nr .banner_con .huad {
  width: 80px;
  height: 60px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 50px;
}

.banner_nr .banner_con .huad p {
  font-size: 20px;
  color: #fff;
}

@-webkit-keyframes hui-downbit {
  from {
    -webkit-transform: translate3d(0, -30px, 0);
    opacity: 0.3;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes hui-downbit {
  from {
    -webkit-transform: translate3d(0, -20px, 0);
    opacity: 0.3;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.banner_nr .banner_con .huad .bb {
  display: block;
  width: 34px;
  height: 20px;
  margin: 0 auto;
  background: url(../images/"down.png") no-repeat;
  margin-top: 20px;
  -webkit-animation-name: hui-downbit;
  -webkit-animation-duration: 1s;
  -webkit-animation-delay: 0;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-fill-mode: both;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: hui-downbit;
  -moz-animation-duration: 1s;
  -moz-animation-delay: 0;
  -moz-animation-iteration-count: infinite;
  -moz-animation-fill-mode: both;
  -moz-animation-timing-function: linear;
  -o-animation-name: hui-downbit;
  -o-animation-duration: 1s;
  -o-animation-delay: 0;
  -o-animation-iteration-count: infinite;
  -o-animation-fill-mode: both;
  -o-animation-timing-function: linear;
  animation-name: hui-downbit;
  animation-duration: 1s;
  animation-delay: 0;
  animation-iteration-count: infinite;
  animation-fill-mode: both;
  animation-timing-function: linear;
}

#ielb ul li img {
  width: 100%;
  height: 100%;
}

.max {
  max-width: 1920px;
  margin: 0 auto;
  overflow: hidden;
  background-color: #fff8ec;
}

/* 习近平 */
.banner_bg {
  width: 100%;
  height: 500px;
  background: url(../images/backgroundxx.png) no-repeat center;
  margin: 0 auto;
}

.banner_nav {
  width: 185px;
  height: 295px;
  margin-top: 3px;
  background: url(../images/xian.png) no-repeat;
  background-position: 85px 0;
  overflow: hidden;
}

.btn_r:hover {
  background: url(../images/img/btn_rh.png) no-repeat center;
  cursor: pointer;
}

.btn_l:hover {
  background: url(../images/img/btn_lh.png) no-repeat center;
  cursor: pointer;
}

.btn_l {
  width: 30px;
  height: 30px;
  background: url(../images/img/btn_l.png) no-repeat center;
  float: left;
  position: relative;
  top: 50%;
  margin-top: -15px;
}

.btn_r {
  width: 30px;
  height: 30px;
  background: url(../images/img/btn_r.png) no-repeat center;
  float: left;
  margin-left: 25px;
  position: relative;
  top: 50%;
  margin-top: -15px;
}

.banner_left {
  width: 185px;
  height: 375px;
  margin-top: 72px;
  float: left;
  margin-left: 40px;
}

.banner_left img {
  height: 100%;
  width: 100%;
}

.banner_right {
  width: 950px;
  height: 100%;
  float: right;
  margin-right: 40px;
}

.banner_title {
  width: 642px;
  height: 110px;
  margin-top: 53px;
}

.banner_title img {
  position: relative;
  left: -10px;
}

.banner_tab {
  width: 100%;
  height: 183px;
  margin-top: 3px;
  position: relative;
}

.banner_tab>li {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 10px;
  ;
  left: 0;
  display: none;
  overflow: hidden;
}

.banner_nav {
  width: 185px;
  height: 295px;
  margin-top: 3px;
  background: url(../images/xian.png) no-repeat;
  background-position: 85px 0;
  overflow: hidden;
}

.banner_nav li {
  margin-left: 65px;
  width: 120px;
  height: 24px;
  position: relative;
  overflow: hidden;
  margin-top: 40px;
}

.banner_nav li>p {
  float: left;
}

.banner_nav li>div {
  float: left;

}

.btn_r:hover {
  background: url(../images/btn_rh.png) no-repeat center;
  cursor: pointer;
}

.btn_l:hover {
  background: url(../images/btn_lh.png) no-repeat center;
  cursor: pointer;
}

.banner_nav li:hover {
  cursor: pointer;
}

.banner_nav_name {
  width: auto;
  height: 24px;
  font-size: 16px;
  color: #333;
}

.banner_nav_name.active {
  font-size: 18px;
  color: rgb(231, 29, 24);
  font-weight: bold;
}

.point {
  background: '';
  background-color: #e71d18;
  height: 10px;
  width: 10px;
  border-radius: 10px;
  margin-left: 20px;
  margin-top: 5px;
}

.point.active {
  background: url(../images/byn_navx.png) center center no-repeat;
  border-radius: 24px;
  margin-left: 5px;
  margin-top: 0px;
  width: 24px;
  height: 24px;
}

.btn_l {
  width: 30px;
  height: 30px;
  background: url(../images/btn_l.png) no-repeat center;
  float: left;
  position: relative;
  top: 50%;
  margin-top: -15px;
}

.yincang {
  width: 740px;
  height: 182px;
  margin-left: 25px;
  float: left;
  overflow: hidden;
}

.tab_main {
  width: 3000px;
  height: 182px;
  position: relative;
  transition: all .5s ease 0s;
  left: -765px;
}

.tab_main a {
  width: 128px;
  height: 182px;
  float: left;
  margin-right: 25px;

}

.tab_main dd img {
  width: 100%;
  height: 100%;
}

.btn_r {
  width: 30px;
  height: 30px;
  background: url(../images/btn_r.png) no-repeat center;
  float: left;
  margin-left: 25px;
  position: relative;
  top: 50%;
  margin-top: -15px;
}

.smwz p {
  margin-left: 15px;
  font-size: 16px;
  display: inline-block;
}

.smwz {
  margin-top: 20px;
  margin-left: 75px;
}

.smwz img {
  position: relative;
  margin-top: -3px;
  top: 50%;
}

.smwz dd {
  margin-bottom: 20px;
}

.lszp_img img {
  width: 137px;
  height: 183px;
  margin-right: 30px;
}

.lszp_img {
  float: left;
  margin-left: 20px;
}

.lszp_txt {
  float: left;
  width: 280px;
  height: auto;
  margin-left: 50px;
  margin-top: 0;
}

.fddw_txt {
  width: 350px;
  height: auto;
  float: left;

}

.fddw_txt dd {
  margin-bottom: 30px;
}

.smwz dd :hover {
  cursor: pointer;
  color: #e71d18;
}

/* 习近平 end */
/* 深入学习思想 start */
.srxx_main {
  padding-top: 50px;
  overflow: hidden;
}

.srxx_main .one {
  margin-right: 45px;
}

.srxx_main .three .three_bottom {
  margin-top: 10px;
}

/* 深入学习思想 end */
/* 头条 start */
.hotNews_main {
  overflow: hidden;
  margin-top: 50px;
}

.hotNews_main .hotNews_content {
  height: 102px;
  background-image: url(../images/tt_bj.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
}

.hotNews_main .hotNews_content .title {
  padding-left: 87px;
}

.hotNews_main .hotNews_content .title a {
  font-size: 32px;
  font-weight: bold;
  font-stretch: normal;
  letter-spacing: 1px;
  color: #cc2127;
}

.hotNews_main .hotNews_content .more a {
  position: absolute;
  right: 75px;
  bottom: 35px;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 1px;
  color: #dd060e;
}

/* 头条 end */

.tpxw_xwzx_main {
  margin-top: 50px;
}

/* 图片新闻 start */
.tpxw_content .slidebox {
  position: relative;
  width: 947px;
  height: 639px;
  overflow: hidden;
  zoom: 1;
}

.tpxw_content .slidebox .flex-viewport {
  max-height: 2000px;
  transition: all 1s ease;
}

.tpxw_content .slidebox .slides {
  zoom: 1;
}

.tpxw_content .slidebox .slides li {
  position: relative;
}

.tpxw_content .slidebox .slides li .img {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.tpxw_content .slidebox .slides li .img img {
  width: 100%;
  height: 100%;
}

.tpxw_content .slidebox .slides li .tit {
  width: 100%;
  height: 80px;
  line-height: 80px;
  position: absolute;
  left: 0;
  bottom: 0px;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.4);
}

.tpxw_content .slidebox .slides li .tit a {
  display: block;
  width: 750px;
  margin-left: 20px;
  color: #fff;
  font-size: 20px;
  text-decoration: none;
}

.tpxw_content .slidebox .flex-direction-nav a {
  width: 60px;
  height: 90px;
  line-height: 99em;
  overflow: hidden;
  margin: -60px 0 0;
  display: block;
  background: url(../images/ad_ctr.png) no-repeat;
  position: absolute;
  top: 50%;
  z-index: 10;
  cursor: pointer;
  transition: all .3s ease;
  opacity: .8;
}

.tpxw_content .slidebox .flex-direction-nav .flex-next {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  background-position: 0 -90px;
  right: 0;
}

.tpxw_content .slidebox .flex-direction-nav .flex-prev {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  left: 0;
}

.tpxw_content .mypaging {
  position: absolute;
  bottom: 25px;
  right: 20px;
  font-size: 24px;
  font-weight: normal;
  letter-spacing: 1px;
  color: #a7a7a7;
  z-index: 9;
}

.tpxw_content .flex-control-paging {
  position: absolute;
  bottom: 25px;
  right: 48px;
}

.tpxw_content .slidebox .flex-control-nav .notSelectable {
  display: none;
  font-family: SourceHanSerifSC-Heavy;
  font-size: 36px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 1px;
  color: #ffffff;
}

.tpxw_content .slidebox .flex-control-nav .notSelectable.flex-active {
  display: block;
}

/* 图片新闻 end */

/* 新闻资讯 start */
.xwzx_content {
  width: 402px;
}

.xwzx .title {
  height: 66px;
  line-height: 56px;
  overflow: hidden;
}

.xwzx .title span {
  font-size: 34px;
  font-weight: bold;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #cc2127;
}

.xwzx .title .more {
  width: 145px;
  height: 66px;
  background-image: url(../images/news_more.png);
  line-height: 66px;
  text-align: center;
}

.xwzx .title .more a {
  font-size: 18px;
  letter-spacing: 0px;
  color: #999999;
}

.xwzx .xwzx_list {
  margin-top: 20px;
}

.xwzx .xwzx_list li {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 48px;
  letter-spacing: 0px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.xwzx .xwzx_list li a {
  color: #666666;
}

.xwzx .xwzx_list li::before {
  content: '';
  width: 8px;
  height: 8px;
  background-color: #dddddd;
  border-radius: 50%;
  margin-right: 10px;
  display: inline-block;
}

.xwzx .xwzx_list li:hover a {
  color: #cc2127;
}

.xwzx .xwzx_list li.onw {
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 32px;
  letter-spacing: 0px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  white-space: normal;
}

.xwzx .xwzx_list li.onw a {
  color: #222222;

}

.xwzx .xwzx_list li.onw::before {
  content: '';
  display: none;
}

/* 新闻资讯 end */
/* 工作提示 start */
.gztz {
  margin-top: 30px;
  position: relative;
}

.gztz .title {
  position: relative;
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 32px;
  letter-spacing: 0px;
  padding-left: 25px;
}

.gztz .title a {
  color: #c80e13;
}

.gztz .title::before {
  content: '';
  position: absolute;
  left: 0;
  top: 4px;
  width: 7px;
  height: 25px;
  background-color: #b8010b;
  border-radius: 4px;
}

.gztz .gztz_list .slides_item li {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 48px;
  letter-spacing: 0px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.gztz .gztz_list .slides_item li a {
  color: #666666;
}

.gztz .gztz_list .slides_item li::before {
  content: '';
  width: 8px;
  height: 8px;
  background-color: #dddddd;
  border-radius: 50%;
  margin-right: 10px;
  display: inline-block;
}

.gztz .gztz_list .slides_item li:hover a {
  color: #cc2127;
}

.gztz .mypaging {
  position: absolute;
  top: 0;
  right: 20px;
  font-size: 18px;
  line-height: 32px;
  letter-spacing: 2px;
  color: #999999;
}

.gztz .flex-control-paging {
  position: absolute;
  top: 0;
  right: 45px;
}

.gztz .flex-control-paging li a {
  display: none;
  font-size: 18px;
  line-height: 32px;
  letter-spacing: 0px;
  color: #999999;
}

.gztz .flex-control-paging li a.flex-active {
  display: block;
}

.gztz .flex-direction-nav a {
  width: 16px;
  height: 17px;
  overflow: hidden;
  display: block;
  position: absolute;
  top: 8px;
  z-index: 10;
  cursor: pointer;
  overflow: hidden;
  color: hsla(240, 100%, 50%, 0);
}

.gztz .flex-direction-nav .flex-next {
  background-image: url(../images/gzts_right.png);
  right: 0;
}

.gztz .flex-direction-nav .flex-prev {
  background-image: url(../images/gzts_left.png);
  right: 60px;
}

/* 工作提示 end */
/* 文明教育 start */
.wmjy_main {
  margin-top: 50px;
}

.wmjy_content .wmjy_title {
  position: relative;
  text-align: center;
  width: 100%;
  height: 80px;
  background-image: url(../images/wmpy_title.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.wmjy_content .wmjy_title .title {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 50px;
  width: 188px;
}

.wmjy_content .wmjy_title .more {
  position: absolute;
  top: 18px;
  right: 5px;
  background-color: transparent;
  z-index: 7;
}

.wmjy_content .wmjy_title .more a {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #ff686c;
}

.wmjy_content .wmjy_content_box {
  margin-top: 40px;
}

.wmjy_content .wmjy_content_box .nav_box {
  background-color: #f9e1d1;
  height: 56px;
  background-color: #f9e1d1;
  border-radius: 15px 15px 0px 0px;
}

.wmjy_content .wmjy_content_box .nav_box li {
  float: left;
  width: 198px;
  height: 56px;
  text-align: center;
  line-height: 56px;
  font-size: 20px;
  letter-spacing: 0px;
  color: #222222;
  cursor: pointer;
}

.wmjy_content .wmjy_content_box .nav_box li:hover,
.wmjy_content .wmjy_content_box .nav_box li.active {
  background-image: url(../images/wmpy_bj.png);
  background-repeat: no-repeat;
  color: #ffffff;
}

.wmjy_content .wmjy_content_box .wmjy_content_list {
  background-color: #fff;
  height: 262px;
  overflow: hidden;
}

.wmjy_content .wmjy_content_box .wmjy_content_list .item_list {
  display: none;
  padding: 36px 58px;
  opacity: 0;
  transition: opacity 0.5s linear;
}

.wmjy_content .wmjy_content_box .wmjy_content_list .item_list.active {
  display: block;
  opacity: 1;
}

.wmjy_content .wmjy_content_box .wmjy_content_list .item_list li {
  float: left;
  margin-left: 30px;
}

.wmjy_content .wmjy_content_box .wmjy_content_list .item_list li:first-child {
  margin-left: 0;
}

.wmjy_content .wmjy_content_box .wmjy_content_list li img {
  width: 155px;
  height: 190px;
}

/* 文明教育 end */
/* 文明创建 start */
.wmcj_main {
  margin-top: 50px;
}

.wmcj_content .wmcj_title {
  position: relative;
  text-align: center;
  width: 100%;
  height: 80px;
  background-image: url(../images/wmcj_title.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.wmcj_content .wmcj_title .title {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 50px;
  width: 188px;
}

.wmcj_content .wmcj_title .more {
  position: absolute;
  top: 18px;
  right: 5px;
  background-color: transparent;
  z-index: 7;
}

.wmcj_content .wmcj_title .more a {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #ff686c;
}

.wmcj_content .wmcj_content_box {
  position: relative;
  font-size: 0;
  margin-top: 30px;
}

.wmcj_content .wmcj_content_box .gallery-item {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-left: 1px;
  width: 110px;
  height: 339px;
  font-size: 0;
  overflow: hidden;
  background-color: #fffbf4;
  white-space: nowrap;
  -webkit-transition: width 0.8s;
  -moz-transition: width 0.8s;
  transition: width 0.8s;
}

.wmcj_content .wmcj_content_box .gallery-item .gallery-name {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  width: 110px;
  height: 340px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 31px;
  background: rgba(0, 0, 0, 0.6);
  display: table;
  cursor: pointer;
}

.wmcj_content .wmcj_content_box .gallery-item .gallery-name .name {
  width: 20px;
  white-space: normal;
  display: table-cell;
  vertical-align: middle;
  word-wrap: break-word;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
}

.wmcj_content .wmcj_content_box .gallery-item .gallery-name .num {
  width: 82px;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  position: absolute;
  left: 0;
  bottom: 10px;
  color: #fff;
}

.wmcj_content .wmcj_content_box .gallery-item .gallery-name .num span {
  font-size: 36px;
  font-weight: 700;
}

.wmcj_content .wmcj_content_box .gallery-item .gallery-pics {
  position: relative;
  display: inline-block;
  vertical-align: top;
  z-index: 1;
  width: 486px;
  height: 100%;
}

.wmcj_content .wmcj_content_box .gallery-item .gallery-pics .img {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}

.wmcj_content .wmcj_content_box .gallery-item .gallery-pics .img img {
  width: 100%;
  height: 100%;
}

.wmcj_content .wmcj_content_box .gallery-item .gallery-list {
  position: relative;
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 420px;
  height: 100%;
  overflow: hidden;
  padding: 24px;
}

.wmcj_content .wmcj_content_box .gallery-item .gallery-list .wmcs_tit {
  font-weight: bold;
  font-size: 24px;
  line-height: 30px;
  text-align: center;
  border-bottom: none;
}

.wmcj_content .wmcj_content_box .gallery-item .gallery-list .wmcs_tit a {
  border-bottom: none;
  color: #d43333;
}

.wmcj_content .wmcj_content_box .gallery-item .gallery-list .list-txt {
  margin-top: 20px;
  padding: 0;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.wmcj_content .wmcj_content_box .gallery-item .gallery-list .list-txt li {
  line-height: 53px;
  height: 53px;
  border-bottom: 1px dashed #7e9abb;
  padding: 0;
  white-space: normal;
  font-size: 16px;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.wmcj_content .wmcj_content_box .gallery-item .gallery-list .list-txt li:hover a {
  color: #d43333;
}

.wmcj_content .wmcj_content_box .gallery-item .gallery-list .list-txt li:last-child {
  border-bottom: 0;
}

.wmcj_content .wmcj_content_box .gallery-item .gallery-list .list-txt li:before {
  display: none;
}

.wmcj_content .wmcj_content_box .gallery-item.active {
  width: 925px;
}

.wmcj_content .wmcj_content_box .gallery-item.active .gallery-name {
  display: none;
}

/* 文明创建 end */
/* 文明实践 start */
.wmsj_main {
  margin-top: 50px;
}

.wmsj_content .wmsj_title {
  position: relative;
  text-align: center;
  width: 100%;
  height: 80px;
  background-image: url(../images/wmsj_title.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.wmsj_content .wmsj_title .title {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 50px;
  width: 188px;
}

.wmsj_content .wmsj_title .more {
  position: absolute;
  top: 18px;
  right: 5px;
  background-color: transparent;
  z-index: 7;
}

.wmsj_content .wmsj_title .more a {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #ff686c;
}

.wmsj_content .wmsj_content_box {
  margin-top: 30px;
}

.wmsj_content .wmsj_content_box .item .item_title {
  position: absolute;
  top: -20px;
  left: 50%;
  height: 40px;
  display: flex;
  align-items: center;
  line-height: 40px;
  text-align: center;
  transform: translateX(-50%) skew(-20deg);
  background-color: #cc2127;
  padding-left: 10px;
  padding-right: 16px;
}

.wmsj_content .wmsj_content_box .item .item_title a {
  font-size: 18px;
  letter-spacing: 0px;
  color: #ffffff;
  transform: skew(20deg);
  margin-left: 10px;
  white-space: nowrap;
}

.wmsj_content .wmsj_content_box .item {
  float: left;
  width: 392px;
  height: 408px;
  background-color: #fffbf4;
  border: solid 1px #eedabc;
  margin-left: 25px;
  padding: 36px 26px;
  position: relative;
}

.wmsj_content .wmsj_content_box .item:first-child {
  margin-left: 0;
}

.wmsj_content .wmsj_content_box .item.onw img {
  width: 397px;
  height: 197px;
  border-radius: 10px;
}

.wmsj_content .wmsj_content_box .item.onw .title {
  margin-top: 22px;
  font-size: 22px;
  line-height: 30px;
  letter-spacing: 0px;
  color: #222222;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.wmsj_content .wmsj_content_box .item.onw .desc {
  margin-top: 14px;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #666666;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.wmsj_content .wmsj_content_box .item .item_content li {
  margin-bottom: 34px;
}
.wmsj_content.wmsj_content_box.item.item_content li:last-child {
  margin-bottom: 0;
}
.wmsj_content .wmsj_content_box .item .item_content img {
  width: 397px;
  height: 197px;
  transition: all 0.5s;
}
.wmsj_content .wmsj_content_box .item .item_content img:hover {
  transform: scale(1.1);
}
/* 文明实践 end */
/* 专题聚焦 start */
.ztjj_main {
  margin-top: 50px;
}
.ztjj_content .ztjj_title {
  position: relative;
  text-align: center;
  width: 100%;
  height: 80px;
  background-image: url(../images/ztjj_title.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.ztjj_content .ztjj_title .title {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 50px;
  width: 188px;
}
.ztjj_content .ztjj_title .more {
  position: absolute;
  top: 18px;
  right: 5px;
  background-color: transparent;
  z-index: 7;
}
.ztjj_content .ztjj_title .more a {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #ff686c;
}

.ztjj_content_box .ztjj_con {
  width: 1388px;
  height: 230px;
  margin: 40px auto 0;
  overflow: hidden;
  position: relative;
}

.ztjj_content_box .ztjj_con .swiper {
  width: 1270px;
  height: auto;
  margin: 0 auto;
}

.ztjj_content_box .ztjj_con .swiper .swiper-slide img {
  width: 415px;
  height: 207px;
}

.ztjj_content_box .ztjj_con .swiper-button-next,
.ztjj_content_box .ztjj_con .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 57px;
  height: 57px;
  transform: translateY(-50%);
}

.ztjj_content_box .ztjj_con .swiper-button-next:after,
.ztjj_content_box .ztjj_con .swiper-button-prev:after {
  content: '';
  display: block;
  width: 50px;
	height: 115px;
}

.ztjj_content_box .ztjj_con .swiper-button-prev:after {
  background: url(../images/ztjj_qh_left.png) center center no-repeat;
}

.ztjj_content_box .ztjj_con .swiper-button-next:after {
  background: url(../images/ztjj_qh_gight.png) center center no-repeat;
}

.ztjj_content_box .ztjj_con .swiper-button-prev {
  left: 0px;
}

.ztjj_content_box .ztjj_con .swiper-button-next {
  right: 0px;
}

#iezt {
  position: relative;
  width: 1388px;
}
#iezt .bd ul li {
  width: 413px;
  height: 277px;
  float: left;
  margin-right: 30px;
}

#iezt .bd ul li img {
  width: 413px;
  height: 277px;
}

#iezt .prev,
#iezt .next {
  width: 50px;
	height: 115px;
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

#iezt .prev {
  left: 0;
  background: url(../images/ztjj_qh_left.png) center center no-repeat;
}

#iezt .next {
  right: 0;
  background: url(../images/ztjj_qh_gight.png) center center no-repeat;
}
/* 专题聚焦 end */
.home5 {
  background-image: url(../images/new-footer_bj.png);
  background-size: 100% 100%;
  background-position-y: bottom;
  background-repeat: no-repeat;
  padding-bottom: 60px;
}